[english]how-to-install-mfr-lq.txt Environment settings for running MFR-LQ Install and configure the required libraries. The environment uses Windows XP. Build a development environment with a virtual machine. Please build a Windows XP environment to execute MFR-LQ. The first thing you need is Visual C ++ 2008 Express Edition. Download the offline version from the Microsoft page. The link where the file is located is https://www.microsoft.com/en-us/download/details.aspx?id=13276 The file name is VS2008SP1ENUX1512962.iso Will be. Burn this to a DVD-R, insert it into the drive, launch the installer, Please install Visual C ++ 2008 Express Edition. Then contained in this folder, GSL_1.8__LCG_win32_vc71.tar.gz Please unzip it directly under C:\. After unzipping C:\GSL File and path should exist. Then contained in this folder, ode-0.16.2.tar.gz Please unzip it directly under C:\. After unzipping C:\ode-0.16.2 File and path should exist. So launch Visual C ++ 2008 Express Edition and [Menu]->[Tool]->[Option] Open, When the dialog appears, [Projects and solutions] Select, then [VC++ directory] Please select. In the upper right of the item [Project to display directories] Since there is an item of, from the pull-down menu, [include file] Please select. Below that, there is a button with a folder mark, so press it. And Press the browse button and specify the path. C:\GSL\1.8\win32_vc71\include To specify. next, [Project to display directories] From the item of [Library file] Select. Then press the folder icon and specify the path. You can refer to it or type it in directly. The path is C:\GSL\1.8\win32_vc71\lib Please specify. You have now set up GSL. Next, copy the *.dll file used by GSL to a directory in the PATH environment variable. From explorer C:\GSL\1.8\win32_vc71\lib Open, in it, gsl.dll And, gslcblas.dll Two files C:\WINDOWS\system32\ Copy the two files to the directory of. This completes the GSL installation and configuration. Next, move on to ODE installation and configuration. Included in this directory, ode-0.16.2.tar.gz Has already been unzipped C:\ Let's proceed as if it were below. From the Windows XP Start menu, click Run. In the name field cmd Please type in.A A prompt will open, using the cd, dir command cd C:\ode-0.16.2\ Please type in. Then from the prompt cd build Type in to move to the build directory. If it is troublesome, directly cd C:\ode-0.16.2\build\ Please type in to move. Now type the command at the prompt. premake4.exe --with-demos --only-double vs2008 Please type in. Then, from Explorer, C:\ode-0.16.2\build\vs2008\ Open the directory of In it ode.sln Double-click to open it. Visual C ++ 2008 will start, so [Menu]->[Build]->[Build the solution] Build the ODE library with. Next time you can build the library [Menu]->[Tool]->[Option] Select to open the dialog and [Projects and solutions]->[VC++ directory] Select, [Project to display directories] From the pull-down menu at the top right of [include file] Choose. Below that. Click the folder icon and type in the path or see. The path is C:\ode-0.16.2\include Please refer to and select or type directly. next, [Project to display directories] From [Library file] please choose. Below that. Click the folder icon and type in the path or see. The path is C:\ode-0.16.2\lib Please refer to and select or type directly. Then open explorer and C:\ode-0.16.2\lib\ Open. In it, DebugDLL In other words C:\ode-0.16.2\lib\DebugDLL\ Open. Of the files in it drawstuffd.dll ode.dll drawstuffd.lib ode.lib 4 files in the next higher directory C:\ode-0.16.2\lib\ Copy all four files. After copying, drawstuffd.dll ode.dll To C:\WINDOWS\system32\ Please copy it to the directory of. This completes the GSL and ODE installation. After that, have the source code of the MFR-LQ project saved in an appropriate directory, Unzip it to a suitable directory and find it in the MFR-LQ project folder. MFR-LQ and ODE and GSL - Ver 3.5 - Win32-src-32bit\src\myprog\ Open and compile and run your favorite project. Maybe this should work.